home *** CD-ROM | disk | FTP | other *** search
/ PC Format 12 (5.25") / PC Format - Issue 12 September 1992 - Disk 2.ima / PCF.BAT < prev    next >
DOS Batch File  |  1992-07-21  |  607b  |  48 lines

  1. echo off
  2. :start
  3. type pcfiss12.ans
  4. getkey gdx
  5. if errorlevel 3 goto exit
  6. if errorlevel 2 goto drop
  7. if errorlevel 1 goto graph
  8.  
  9. :drop
  10. drop17
  11. goto start
  12.  
  13. :graph
  14. cls
  15. echo Please wait as the Coverdisk copys the relevant files to your hard drive...
  16. md c:\pcf\gws
  17. copy gws*.* c:\pcf\gws
  18. type whatd.ans
  19. getkey bam
  20. if errorlevel 3 goto start
  21. if errorlevel 2 goto agws
  22. if errorlevel 1 goto bgws
  23.  
  24. :agws
  25. c:
  26. cd \pcf\gws
  27. gws----@
  28. gws
  29. a:
  30. goto start
  31.  
  32. :bgws
  33. c:
  34. cd \pcf\gws
  35. gws----@
  36. gws
  37. b:
  38. goto start
  39.  
  40. :exit
  41. type goodbye.ans
  42. getkey x
  43. if errorlevel 1 goto quit
  44.  
  45. :quit
  46. cls
  47. echo on
  48.